popBackStackImmediate

open fun popBackStackImmediate(id: Int, flags: Int): Boolean(source)

Like popBackStack, but performs the operation immediately inside of the call. This is like calling executePendingTransactions afterwards without forcing the start of postponed Transactions.

Return

Returns true if there was something popped, else false.